home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-06-22 | 1001 b | 36 lines | [TEXT/PJMM] |
- {* $Workfile$ *}
- {* $Revision$ *}
-
- { QuicKeys sample extension key definition }
-
- { © 1990 CE Software, Inc. All rights reserved.}
-
- { For QuicKeys 2 Extension Sample source code you have a royalty-free right }
- { to include object code derived from this Sample source code in programs }
- { that you develop. You also have the right to use, distribute, and license }
- { such programs to third parties without payment of any further license fees }
- { to CE Software, Inc., so long as a copyright notice sufficient to protect }
- { your copyright for your software in the United States or any other country; }
- { is included in the graphic display of your software and on the labels }
- { affixed to the media on which your software is distributed. }
-
- { WHEN WHO WHAT}
- {•••••}
- { 7/27 mkg created file}
- {•••••}
-
-
- unit SampleData;
-
- interface
- uses
- extensions;
-
- type
- SampleDataRec = record
- hdr: ExtensionDataHeader;
- lWaitTime: longint; { how long to wait before beeping }
- end;
-
- implementation
- end.